Click or drag to resize

ServiceGetJournal Method (String, ShapeType)

Gets a journal.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public Journal GetJournal(
	string itemId,
	ShapeType shapeType
)

Parameters

itemId
Type: SystemString
The ID of the item to return.
shapeType
Type: Independentsoft.ExchangeShapeType
The set of properties to return.

Return Value

Type: Journal
Journal.
See Also